Fix wrong profile selection for `cargo build` and `cargo rustc`.
authorEric Huss <eric@huss.org>
Sun, 8 Oct 2017 22:23:21 +0000 (15:23 -0700)
committerEric Huss <eric@huss.org>
Sun, 15 Oct 2017 01:53:22 +0000 (18:53 -0700)
commit0acc67ca470b87ec7626fb7d86941a7724307320
treebd7986e46a9218ac328c33d1d35f8ce6e4139366
parent390e9571c4f17c41fe0d3e6cc077192b6bb63c03
Fix wrong profile selection for `cargo build` and `cargo rustc`.
src/cargo/ops/cargo_compile.rs
tests/build.rs
tests/check.rs
tests/rustc.rs